home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Demos / Swat / about.dfm / about.txt next >
Encoding:
Text File  |  2001-05-22  |  2.2 KB  |  112 lines

  1. object AboutBox: TAboutBox
  2.   Left = 192
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Swat!...'
  6.   ClientHeight = 213
  7.   ClientWidth = 209
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 193
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     Caption = 'Panel1'
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 80
  30.       Top = 24
  31.       Width = 33
  32.       Height = 33
  33.       Picture.Data = {<image000.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 83
  39.       Top = 8
  40.       Width = 27
  41.       Height = 13
  42.       Caption = 'Swat!'
  43.       IsControl = True
  44.     end
  45.     object Hits: TLabel
  46.       Left = 69
  47.       Top = 56
  48.       Width = 55
  49.       Height = 13
  50.       Alignment = taCenter
  51.       Caption = '5 pts per hit'
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 55
  56.       Top = 120
  57.       Width = 83
  58.       Height = 13
  59.       Alignment = taCenter
  60.       Caption = 'Copyright ∩┐╜ 1998'
  61.       IsControl = True
  62.     end
  63.     object Comments: TLabel
  64.       Left = 61
  65.       Top = 104
  66.       Width = 73
  67.       Height = 13
  68.       Alignment = taCenter
  69.       Caption = 'Delphi Example'
  70.       WordWrap = True
  71.       IsControl = True
  72.     end
  73.     object Escape: TLabel
  74.       Left = 55
  75.       Top = 72
  76.       Width = 82
  77.       Height = 13
  78.       Alignment = taCenter
  79.       Caption = '-1 pts per escape'
  80.       IsControl = True
  81.     end
  82.     object Miss: TLabel
  83.       Left = 63
  84.       Top = 88
  85.       Width = 67
  86.       Height = 13
  87.       Alignment = taCenter
  88.       Caption = '-2 pts per miss'
  89.       IsControl = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 48
  93.       Top = 136
  94.       Width = 97
  95.       Height = 13
  96.       Alignment = taCenter
  97.       Caption = 'Borland International'
  98.       IsControl = True
  99.     end
  100.   end
  101.   object OKButton: TButton
  102.     Left = 67
  103.     Top = 180
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111. end
  112.